home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
COMMADIO
/
FONE900.LZH
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1991-08-02
|
1KB
|
27 lines
ECHO OFF
CLS
ECHO ----------------------------------------------------------------------
ECHO Hello! This is the FONE900(tm) 1.1 auto-installation procedure.
ECHO ----------------------------------------------------------------------
ECHO The FONE900(tm) files occupy approximately 450K of disk space.
ECHO During installation, up to 800K of disk space may be required.
ECHO ----------------------------------------------------------------------
ECHO If you would like to have FONE900(tm) automatically installed from
ECHO drive A: into a directory named FONE900 on your C: drive, then you
ECHO may proceed with this procedure.
ECHO ----------------------------------------------------------------------
ECHO Otherwise, you should type CTRL-C now, and refer to the README file
ECHO for instructions on how to install FONE900(tm) 1.1.
ECHO ----------------------------------------------------------------------
PAUSE
C:
MKDIR \FONE900
CD \FONE900
COPY A:XFONE900.EXE
XFONE900
ERASE XFONE900.EXE
ECHO ----------------------------------------------------------------------
ECHO The installation of FONE900(tm) 1.1 is complete!
ECHO Type "FONE900" to run the program.
ECHO ----------------------------------------------------------------------